runtime.m.nextp (field)
15 uses
runtime (current package)
proc.go#L1701: if mp.nextp != 0 {
proc.go#L1704: mp.nextp.set(p)
proc.go#L1848: acquirep(gp.m.nextp.ptr())
proc.go#L1849: gp.m.nextp = 0
proc.go#L2767: mp.nextp.set(pp)
proc.go#L2905: acquirep(gp.m.nextp.ptr())
proc.go#L2906: gp.m.nextp = 0
proc.go#L3008: if nmp.nextp != 0 {
proc.go#L3016: nmp.nextp.set(pp)
proc.go#L3166: acquirep(gp.m.nextp.ptr())
proc.go#L3167: gp.m.nextp = 0
proc.go#L3179: if mp.nextp != 0 {
proc.go#L3185: mp.nextp.set(pp)
proc.go#L6026: mp.nextp.set(pp)
runtime2.go#L568: nextp puintptr
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |